home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
gastank.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
1KB
|
72 lines
/**** GASTANK ****/
#include "gastankfrag.gsh"
shape Shp_gastanka
{
file "levels\level06.rif"
name "gastank A"
}
shape Shp_gastowera
{
file "levels\level06.rif"
name "gastower A"
}
shape Shp_gastowere
{
file "levels\level06.rif"
name "gastower E"
}
//shape Shp_gastowerf
//{
// file "levels\level06.rif"
// name "gastower F"
//}
shape Shp_hull
{
file "levels\level06.rif"
name "hull"
}
/**** GASTANK ****/
role Rol_gastanka : Rol_PlacedObject
{
shape Shp_gastanka
destructibility Frg_gastankfrag
identifier "gastank"
ai blocker
armour 22
}
role Rol_gastowera : Rol_PlacedObject
{
shape Shp_gastowera
destination selectable yes
}
role Rol_gastowere : Rol_PlacedObject
{
shape Shp_gastowere
destination selectable yes
}
//role Rol_gastowerf : Rol_PlacedObject
//{
// shape Shp_gastowerf
// destination selectable yes
//}
role Rol_hull : Rol_PlacedObject
{
shape Shp_hull
hit test ignore yes
}